.tszqContain{
    width: 100%;
    min-height: 600px;
}
.tszqContain>div{
    width: 1200px;
    min-height: 600px;
    margin:0 auto;
    padding:16px;
    background-color: #fff;
}
.tszqContain .bar-tab{
    height: 42px;
    border-bottom: 3px solid #0082df;
}
.tszqContain .bar-tab li{
    background: #f5f5f5;
    border-radius: 10px 10px 0 0;
    width: 160px;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-right: 6px;
    cursor: pointer;
}
.tszqContain .bar-tab .tszqActive{
    background: #0082df;
    color: #fff;
}
.tszqContain .text-center{
    text-align: left;
    font-size: 24px;
    margin: 20px 0 30px;
    padding-left:60px;
}
.contAreaLeft {
    width: 650px;
    display: inline-block;
}
.contArea .contTitle{
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    margin: 20px 0;
}
.contAreaRight {
    width: 518px;
    float: right;
    padding: 20px 115px;
    display: inline-block;
}
.contAreaRightPublic {
    width: 255px;
    border-radius: 10px;
    border: 2px solid #3888fe;
}
.contAreaRight .contAreaRightTitle {
    height: 50px;
    padding-top: 12px;
    text-align: center;
    background-image: url(../img/tszq-img/contAreaRightHeader.png)
}
.contAreaRight .contAreaRightTitle span{
    color: #3888fe;
    font-size: 20px;
    line-height: 23px;
    font-family: TXWHZGBJT;
}
.contAreaRight .contAreaRightContent {
    min-height: 375px;
    max-height: 560px;
    padding: 20px 16px;
 }
.contAreaRight .contAreaRightContent p{
    color: #3e464c;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: justify;
    font-family: PingFangSC, PingFangSC-Regular;
}
.contAreaRightBtn {
    width: 255px;
    height: 64px;
    cursor: pointer;
    margin-top: 24px;
    background: #167ae0;
    padding: 0 50px 0 70px;
}
.contAreaRightBtn img{
    width: 30px;
    height: 32px;
    position: relative;
    bottom: 5px;
    right: 12px;
}
.contAreaRightBtn span {
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
    line-height: 25px;
    padding-top: 20px;
    text-align: center;
    font-family: PingFangSC, PingFangSC-Medium;
}
.contArea .contTitle span{
    display: inline-block;
    width: 50%;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #3e464c;
}
.contArea .contTitle span:first-child{
    border-right: 1px solid #e5e5e5;
}
.tszqContain .downList .files{
    line-height: 36px;
    font-size: 16px;
    padding: 0 6px;
    cursor: pointer;
    display: inline-block;
}
.downList .files:before{
    content: '';
    background: url(../img/tszq-img/word1.png) no-repeat;
    background-position: -8px -8px;
    display: inline-block;
    background-size: 45px;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 10px;
    margin-right: 10px;
}
.tszqContain .table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    table-layout: fixed;
}
.tszqContain .contArea .table > thead > tr > th {
    text-align: center;
    height: 50px;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}
.tszqContain .tab-striped > thead > tr {
    font-size: 14px;
}
.tszqContain .tab-hover tbody tr {
    cursor: pointer;
}
.tszqContain .tab-hover tbody tr:hover{
    background-color: #edf6fc;
}
.tszqContain .contArea .table > tbody > tr > td {
    height: 50px;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
    padding: 8px;
    line-height: 1.42857143;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tszqContain .mar-t {
    margin-top: 24px;
}
